You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLValue Class > TOpenCLValue Methods > TOpenCLValue.Conj Method
Dew Math for .NET
ContentsIndexHome
Example
using Dew.Math; using Dew.Math.Units; namespace Dew.Examples() { void Example() { TOpenCLValue a; clMtxVec.CreateIt(out c, out d); try { d.Copy(Cplx(2,3)); c.Conj(d); } finally { clMtxVec.FreeIt(ref c, ref d); } } }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.